home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Travel to Space
/
Travel to Space.iso
/
dos_prog
/
astronmy
/
mercury
/
loan.eka
< prev
next >
Wrap
Text File
|
1990-11-09
|
404b
|
17 lines
; Typical financial problem.
; Find how long it takes to pay off the mortgage on a $150000 house if the
; down payment is $20000, the rate is 13%, and the montly payment is $2000.
dnpay = 20000
loan = 150000
equity = FVAL(mrate,months,-2000,loan-dnpay)
mrate = yrate / 12
years = months / 12
yrate = 0.13
equity = 100000
years := 10
months := 120
DIGITS 10